home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / mar94 / bt_fig10.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  7KB  |  641x305  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | software | number | font | web page | computer icon
OCR: SPEEDEMO :: EditBtnUp :: timer* method timer(var eventInfo TimerEvent) If the form is in Edit mode, this graphic should have its visible property set to False so the button will appear ;to be depressed. Otherwise, the visible property should be True. if thisFormF .editing then if Self.visible = True then Self.visible = False endIf else if Self.visible = False then Self.visible = True endIf endIf endMethod Edit Line: 5 Col: 1